Conversation
…ution view When a user switches to the Distribution display on the mobile builds tab, automatically populate installable:true in the search bar. The token is visible and removable. Switching away from Distribution strips the token. Direct navigation to a Distribution URL respects the URL as-is without injection. Refs EME-1017 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…y-change logic Move the installable filter add/remove decision into a shared helper so both mobileBuilds and preprodBuilds call a single function instead of duplicating the same conditional block. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Better home alongside the other preprod utility modules. No behavior change. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
NicoHinderling
approved these changes
Apr 9, 2026
Extract renderMobileBuildsTab helper to remove ~100 lines of duplicated setup. Remove the token-preservation test since unit tests already cover that path. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Contributor
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 41ee7d6. Configure here.
…ry updates Guard the debounced-search-to-URL sync effect with a ref that tracks the previous debounced value. Without this, switching displays in preprodBuilds would set query=installable:true via handleDisplayChange, but the debounce sync effect would immediately fire with a stale debounced value and navigate back to query=undefined. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
3 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Auto-populate
installable:truein the search bar when a user switchesto the Distribution display on the mobile builds tab. The token is
visible and removable by the user. Switching away from Distribution
strips the token automatically.
Direct navigation to a Distribution URL (e.g. shared links) respects
the URL as-is — no automatic injection. This keeps shared links
faithful to what the sender intended.
Uses
MutableSearchfor safe token manipulation (handles duplicates,replaces
installable:false, etc).Files changed:
installableQueryUtils.tshelper withaddInstallableFilter/removeInstallableFilterhandleDisplayChangein bothmobileBuilds.tsxandpreprodBuilds.tsxCleanShot.2026-04-09.at.14.54.56.mp4
Refs EME-1017